It is the feed that contains the entire execution history of a given SQL Server job. The feed contains an item for each job execution. The date and time of the execution is used as the title of each entry and the following additional information is provided for each execution of the job:
- Job Name: The name of the job.
- Duration: The time it took the job to complete.
- Status: Indicated whether the job succeeded or failed in this particular run.
- Retries attempted: Number of times this job was retried.
- Email sent to: The operator that received an email notification if any.
- Message: A message indicating the status of the job on this run, the invoker of the job, and the last step that was executed.
 |
You can customize the feed via the web.config parameter JobHistorySummaryFeed. |